home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / insserv.conf < prev    next >
Text File  |  2009-09-07  |  885b  |  42 lines

  1. #
  2. # All local filesystems are mounted (done during boot phase)
  3. #
  4. $local_fs    +mountall +mountoverflowtmp +umountfs
  5.  
  6. #
  7. # Low level networking (ethernet card)
  8. #
  9. $network    +networking +ifupdown
  10.  
  11. #
  12. # Named is operational
  13. #
  14. $named        +named +dnsmasq +lwresd +bind9 $network
  15.  
  16. #
  17. # All remote filesystems are mounted (note in some cases /usr may
  18. # be remote. Most applications that care will probably require
  19. # both $local_fs and $remote_fs)
  20. #
  21. $remote_fs    $local_fs +mountnfs +mountnfs-bootclean +umountnfs +sendsigs
  22.  
  23. #
  24. # System logger is operational
  25. #
  26. $syslog        +rsyslog +sysklogd +syslog-ng +dsyslog +inetutils-syslogd 
  27.  
  28. #
  29. # SunRPC portmapper available
  30. #
  31. $portmap    portmap
  32.  
  33. #
  34. # The system time has been set correctly
  35. #
  36. $time        +hwclock
  37.  
  38. #
  39. # Services which need to be interactive
  40. #
  41. <interactive>   glibc udev console-screen keymap keyboard-setup console-setup cryptdisks cryptdisks-early checkfs-loop
  42.